home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC go! 2008 April
/
PCgo 2008-04 (DVD).iso
/
interface
/
contents
/
windowspluspack2008_3923
/
13879
/
files
/
mediacoder-0.6.1.4048.exe
/
htdocs
/
start.7z
/
main.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-23
|
372 b
|
14 lines
function Wiki(title)
{
window.location = "http://mediacoder.sourceforge.net/wiki/index.php?title=" + title;
}
function GetUrlArg(name)
{
var idx=document.location.href.indexOf(name+'=');
if (idx<=0) return null;
var argstr=document.location.href.substring(idx+name.length+1);
idx = argstr.indexOf('&');
return idx>=0?argstr.substring(0, idx):argstr;
}